In [1]:
from numpy import *
from os import path, listdir
import plotly.plotly as py
from plotly.graph_objs import *
from plotly.offline import init_notebook_mode, iplot
from myfunctions import *
from plotlylayouts import *


Dispersive Shift


In [2]:
datapath = "\\\\128.230.72.36\labshare\Experiments\JPM\CH005\DispersiveShift"
plotDispersiveShift(datapath)


Drawing...

Cavity while Flux Tuning Qubit


In [3]:
datapath = "\\\\128.230.72.36\labshare\Experiments\JPM\CH005\Flux"
plotFluxDependence(datapath, samplename="CH005");
plotFluxDependence(datapath, samplename="CH005", param='Q');
plotFluxDependence(datapath, samplename="CH005", param='kappa');


Drawing...
Drawing...
Drawing...

In [4]:
plotFluxDependence2(datapath, samplename="CH005", param="f0");


---------------------------------------------------------------------------
NameError                                 Traceback (most recent call last)
<ipython-input-4-fc474304e886> in <module>()
----> 1 plotFluxDependence2(datapath, samplename="CH005", param="f0");

NameError: name 'plotFluxDependence2' is not defined

In [ ]: